{% load static %} {% include "header.html" %} {% include "navigation.html" %}

Add software container


{% if not data.added %} Here you can add a new software container on the platform. You can add containers from image registries as Docker Hub or by importing Git repositories, provided that they are compatible with Binder specifications.

{% if data.new_container_from == 'registry' %}
New container from registry
New container from Git repository

Basics

{% csrf_token %}
Name
Description
Registry
Image name
Image tag

Interface

Interface port
Interface protocol {% if request.user.profile.is_power_user %} {% else %} {% endif %}
Advanced...
{% else %}
New container from registry
New container from Git repository

Basics

{% csrf_token %}
Name
Description
Repository URL
Repository tag
{% endif %}








{% else %} Ok, software container added. Go to software. {% endif %}





{% include "footer.html" %}